home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net (Turkey) 1998 March
/
.net Internet Dergisi - CD 5.iso
/
pc
/
CON_BM
/
00283_Script_283
< prev
next >
Wrap
Text File
|
1997-11-07
|
670b
|
47 lines
--Sound Handlers
On BClickOn
PuppetSound "BClickOn",2
updatestage
end BigClickOn
On SClickOn
PuppetSound "SClickOn",2
updatestage
end BigClickOn
On FadeSound
if soundbusy(1) then
sound fadeout 1, 120
end if
if soundbusy(2) then
sound fadeout 2, 120
end if
updatestage
end FadeSound
on ResetSound
if soundbusy(1) then
sound stop 1
sound close 1
end if
if soundbusy(2) then
sound stop 1
sound close 2
end if
end ResetSound
on StreamSound Param1
global gPathSep
sound playFile 2, the pathname & "media" & gpathsep & param1 & ".aif"
end StreamSound